home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / PGM_TOOL / PREVIEW / CLP2DLFI / NUDELPHI.DFM / NUDELPHI.txt
Text File  |  1995-10-29  |  5KB  |  228 lines

  1. object db2dl: Tdb2dl
  2.   Left = 58
  3.   Top = 112
  4.   Width = 517
  5.   Height = 364
  6.   Caption = 'Translate Files'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object cdir: TLabel
  20.     Left = 46
  21.     Top = 8
  22.     Width = 261
  23.     Height = 16
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'cdir'
  27.     Font.Color = clGreen
  28.     Font.Height = -13
  29.     Font.Name = 'System'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object Label1: TLabel
  34.     Left = 12
  35.     Top = 32
  36.     Width = 141
  37.     Height = 16
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'xBase Files'
  41.     Font.Color = clBlue
  42.     Font.Height = -13
  43.     Font.Name = 'System'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object Label2: TLabel
  48.     Left = 204
  49.     Top = 32
  50.     Width = 78
  51.     Height = 16
  52.     Caption = 'Delphi Files'
  53.     Font.Color = clBlue
  54.     Font.Height = -13
  55.     Font.Name = 'System'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Label3: TLabel
  60.     Left = 380
  61.     Top = 48
  62.     Width = 73
  63.     Height = 16
  64.     Alignment = taCenter
  65.     Caption = 'Translating'
  66.   end
  67.   object fromprg: TLabel
  68.     Left = 344
  69.     Top = 72
  70.     Width = 149
  71.     Height = 16
  72.     Alignment = taCenter
  73.     AutoSize = False
  74.     Caption = 'fromprg'
  75.     Font.Color = clGreen
  76.     Font.Height = -13
  77.     Font.Name = 'System'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.   end
  81.   object Label5: TLabel
  82.     Left = 408
  83.     Top = 92
  84.     Width = 16
  85.     Height = 16
  86.     Alignment = taCenter
  87.     Caption = 'To'
  88.   end
  89.   object topas: TLabel
  90.     Left = 344
  91.     Top = 116
  92.     Width = 149
  93.     Height = 16
  94.     Alignment = taCenter
  95.     AutoSize = False
  96.     Caption = 'topas'
  97.     Font.Color = clGreen
  98.     Font.Height = -13
  99.     Font.Name = 'System'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.   end
  103.   object progress: TLabel
  104.     Left = 344
  105.     Top = 140
  106.     Width = 149
  107.     Height = 16
  108.     Alignment = taCenter
  109.     AutoSize = False
  110.     Caption = 'progress'
  111.     Font.Color = clBlue
  112.     Font.Height = -13
  113.     Font.Name = 'System'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.   end
  117.   object prglist: TListBox
  118.     Left = 11
  119.     Top = 56
  120.     Width = 148
  121.     Height = 226
  122.     Color = clNavy
  123.     ExtendedSelect = False
  124.     Font.Color = clWhite
  125.     Font.Height = -13
  126.     Font.Name = 'Courier New'
  127.     Font.Style = []
  128.     IntegralHeight = True
  129.     ItemHeight = 16
  130.     MultiSelect = True
  131.     ParentFont = False
  132.     Style = lbOwnerDrawFixed
  133.     TabOrder = 0
  134.     OnDblClick = prglistDblClick
  135.     OnDrawItem = prglistDrawItem
  136.   end
  137.   object paslist: TListBox
  138.     Left = 169
  139.     Top = 56
  140.     Width = 148
  141.     Height = 226
  142.     Color = clNavy
  143.     Font.Color = clWhite
  144.     Font.Height = -13
  145.     Font.Name = 'Courier New'
  146.     Font.Style = []
  147.     IntegralHeight = True
  148.     ItemHeight = 16
  149.     ParentFont = False
  150.     Style = lbOwnerDrawFixed
  151.     TabOrder = 1
  152.     OnDblClick = paslistDblClick
  153.     OnDrawItem = paslistDrawItem
  154.   end
  155.   object BitBtn2: TBitBtn
  156.     Left = 332
  157.     Top = 4
  158.     Width = 165
  159.     Height = 25
  160.     Caption = 'Change &Dir'
  161.     TabOrder = 2
  162.     OnClick = BitBtn2Click
  163.   end
  164.   object CheckBox1: TCheckBox
  165.     Left = 336
  166.     Top = 192
  167.     Width = 165
  168.     Height = 21
  169.     Caption = 'Do DBW Conversion'
  170.     State = cbChecked
  171.     TabOrder = 3
  172.   end
  173.   object BitBtn3: TBitBtn
  174.     Left = 332
  175.     Top = 228
  176.     Width = 165
  177.     Height = 37
  178.     Caption = '&Begin'
  179.     TabOrder = 4
  180.     OnClick = BitBtn3Click
  181.   end
  182.   object BitBtn4: TBitBtn
  183.     Left = 12
  184.     Top = 288
  185.     Width = 149
  186.     Height = 25
  187.     Caption = '&Select All'
  188.     TabOrder = 5
  189.     OnClick = BitBtn4Click
  190.   end
  191.   object Button1: TButton
  192.     Left = 332
  193.     Top = 276
  194.     Width = 165
  195.     Height = 37
  196.     Caption = '&Close'
  197.     TabOrder = 6
  198.     OnClick = Button1Click
  199.   end
  200.   object OpenDialog1: TOpenDialog
  201.     DefaultExt = 'PRG'
  202.     Filter = 'xBase Files|*.PRG'
  203.     Options = [ofHideReadOnly]
  204.     Title = 'Select In Directory Any PRG File'
  205.     Left = 472
  206.     Top = 32
  207.   end
  208.   object MainMenu1: TMainMenu
  209.     Left = 336
  210.     Top = 32
  211.     object Options1: TMenuItem
  212.       Caption = '&Options'
  213.       GroupIndex = 8
  214.       object PRGtoPAS1: TMenuItem
  215.         Caption = '&PRG to PAS'
  216.         Checked = True
  217.         GroupIndex = 9
  218.         OnClick = PRGtoPAS1Click
  219.       end
  220.       object DBFtoPAS1: TMenuItem
  221.         Caption = '&DBF to PAS'
  222.         GroupIndex = 10
  223.         OnClick = DBFtoPAS1Click
  224.       end
  225.     end
  226.   end
  227. end
  228.